xref: /minix3/share/i18n/csmapper/CP/CP922%UCS.src (revision 36dcc4a4a93f782ada76dce3d52fbeab0e063cf1)
1*36dcc4a4SLionel Sambuc# $NetBSD: CP922%UCS.src,v 1.1 2007/07/15 14:41:18 tnozaki Exp $
2*36dcc4a4SLionel Sambuc
3*36dcc4a4SLionel Sambuc# Copyright (c)2007 Citrus Project,
4*36dcc4a4SLionel Sambuc# All rights reserved.
5*36dcc4a4SLionel Sambuc#
6*36dcc4a4SLionel Sambuc# Redistribution and use in source and binary forms, with or without
7*36dcc4a4SLionel Sambuc# modification, are permitted provided that the following conditions
8*36dcc4a4SLionel Sambuc# are met:
9*36dcc4a4SLionel Sambuc# 1. Redistributions of source code must retain the above copyright
10*36dcc4a4SLionel Sambuc#    notice, this list of conditions and the following disclaimer.
11*36dcc4a4SLionel Sambuc# 2. Redistributions in binary form must reproduce the above copyright
12*36dcc4a4SLionel Sambuc#    notice, this list of conditions and the following disclaimer in the
13*36dcc4a4SLionel Sambuc#    documentation and/or other materials provided with the distribution.
14*36dcc4a4SLionel Sambuc#
15*36dcc4a4SLionel Sambuc# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16*36dcc4a4SLionel Sambuc# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17*36dcc4a4SLionel Sambuc# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18*36dcc4a4SLionel Sambuc# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19*36dcc4a4SLionel Sambuc# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20*36dcc4a4SLionel Sambuc# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21*36dcc4a4SLionel Sambuc# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22*36dcc4a4SLionel Sambuc# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23*36dcc4a4SLionel Sambuc# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24*36dcc4a4SLionel Sambuc# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25*36dcc4a4SLionel Sambuc# SUCH DAMAGE.
26*36dcc4a4SLionel Sambuc#
27*36dcc4a4SLionel Sambuc
28*36dcc4a4SLionel SambucTYPE		ROWCOL
29*36dcc4a4SLionel SambucNAME		"CP922/UCS"
30*36dcc4a4SLionel SambucSRC_ZONE	0x00 - 0xFF
31*36dcc4a4SLionel SambucOOB_MODE	ILSEQ
32*36dcc4a4SLionel SambucDST_ILSEQ	0xFFFE
33*36dcc4a4SLionel SambucDST_UNIT_BITS	16
34*36dcc4a4SLionel Sambuc
35*36dcc4a4SLionel SambucBEGIN_MAP
36*36dcc4a4SLionel Sambuc#
37*36dcc4a4SLionel Sambuc# CP922 - Estonia, similar to ISO 8859-1
38*36dcc4a4SLionel Sambuc# this mapping data is made from:
39*36dcc4a4SLionel Sambuc#    ftp://ftp.software.ibm.com/software/globalization/gcoc/attachments/
40*36dcc4a4SLionel Sambuc#        CP0{819,922}.{pdf,txt}
41*36dcc4a4SLionel Sambuc#
42*36dcc4a4SLionel Sambuc0x00 - 0x7F = 0x0000 -
43*36dcc4a4SLionel Sambuc0x80 = 0x2591
44*36dcc4a4SLionel Sambuc0x81 = 0x2592
45*36dcc4a4SLionel Sambuc0x82 = 0x2593
46*36dcc4a4SLionel Sambuc0x83 = 0x2502
47*36dcc4a4SLionel Sambuc0x84 = 0x2524
48*36dcc4a4SLionel Sambuc0x85 = 0x2518
49*36dcc4a4SLionel Sambuc0x86 = 0x250C
50*36dcc4a4SLionel Sambuc0x87 = 0x2588
51*36dcc4a4SLionel Sambuc0x88 = 0x2584
52*36dcc4a4SLionel Sambuc0x89 = 0x2563
53*36dcc4a4SLionel Sambuc0x8A = 0x2551
54*36dcc4a4SLionel Sambuc0x8B = 0x2557
55*36dcc4a4SLionel Sambuc0x8C = 0x255D
56*36dcc4a4SLionel Sambuc0x8D = 0x2580
57*36dcc4a4SLionel Sambuc0x8E = 0x2017
58*36dcc4a4SLionel Sambuc0x8F = 0x2510
59*36dcc4a4SLionel Sambuc0x90 = 0x2514
60*36dcc4a4SLionel Sambuc0x91 = 0x2534
61*36dcc4a4SLionel Sambuc0x92 = 0x252C
62*36dcc4a4SLionel Sambuc0x93 = 0x251C
63*36dcc4a4SLionel Sambuc0x94 = 0x2500
64*36dcc4a4SLionel Sambuc0x95 = 0x253C
65*36dcc4a4SLionel Sambuc0x96 = 0x25A0
66*36dcc4a4SLionel Sambuc0x97 = 0x2265
67*36dcc4a4SLionel Sambuc0x98 = 0x255A
68*36dcc4a4SLionel Sambuc0x99 = 0x2554
69*36dcc4a4SLionel Sambuc0x9A = 0x2569
70*36dcc4a4SLionel Sambuc0x9B = 0x2566
71*36dcc4a4SLionel Sambuc0x9C = 0x2560
72*36dcc4a4SLionel Sambuc0x9D = 0x2550
73*36dcc4a4SLionel Sambuc0x9E = 0x256C
74*36dcc4a4SLionel Sambuc0x9F = 0x2264
75*36dcc4a4SLionel Sambuc0xA0 - 0xCF = 0x00A0 -
76*36dcc4a4SLionel Sambuc0xD0 = 0x0160
77*36dcc4a4SLionel Sambuc0xD1 - 0xDD = 0x00D1 -
78*36dcc4a4SLionel Sambuc0xDE = 0x017D
79*36dcc4a4SLionel Sambuc0xDF - 0xEF = 0x00DF -
80*36dcc4a4SLionel Sambuc0xF0 = 0x0161
81*36dcc4a4SLionel Sambuc0xF1 - 0xFD = 0x00F1 -
82*36dcc4a4SLionel Sambuc0xFE = 0x017E
83*36dcc4a4SLionel Sambuc0xFF = 0x00FF
84*36dcc4a4SLionel SambucEND_MAP
85